raar.language
Class RAStopStatement

java.lang.Object
  extended by raar.language.RAStopStatement
All Implemented Interfaces:
java.io.Serializable, RAStatement

public class RAStopStatement
extends java.lang.Object
implements RAStatement

Models the RAAR STOP statement that allows agents to stop the simulation.

See Also:
Serialized Form

Constructor Summary
RAStopStatement()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAStopStatement

public RAStopStatement()
Method Detail

execute

public void execute()
             throws RAException
Specified by:
execute in interface RAStatement
Throws:
RAException